home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / gle / util / surf / justify.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-29  |  535 b   |  39 lines

  1. #define  JUST_LEFT 0x100
  2. #define  JUST_CENTER 0x110
  3. #define  JUST_CENTRE 0x110
  4. #define  JUST_RIGHT 0x120
  5. #define  JUST_LT     0x02
  6. #define  JUST_TL     0x02
  7. #define  JUST_CL     0x01
  8. #define  JUST_LC     0x01
  9. #define  JUST_BL     0x00
  10. #define  JUST_LB     0x00
  11. #define  JUST_CB     0x10
  12. #define  JUST_BC     0x10
  13. #define  JUST_RB     0x20
  14. #define  JUST_BR     0x20
  15. #define  JUST_CR     0x21
  16. #define  JUST_RC     0x21
  17. #define  JUST_TR     0x22
  18. #define  JUST_RT     0x22
  19. #define  JUST_TC     0x12
  20. #define  JUST_CT     0x12
  21. #define  JUST_CC     0x11
  22. #define  JUST_C     0x11
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.